From 9fc69ebb8b182c4ddb21c0480f0b3c5ebb65e2d1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 18 Mar 2007 00:15:57 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index b09d6e88f0b..c0fb8b2454f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5682,8 +5682,8 @@ characters or nil. The value nil means display the character in the default fashion; otherwise, the characters from the vector are delivered to the screen instead of the original character. -For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display -a capital Y instead of each X character. +For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs +to display a capital Y instead of each X character. In addition, a char-table has six extra slots to control the display of: -- 2.30.2